Skip to main content

DH API 6.0.45580.2

Overview

  • Release Date: Oct 15, 2024
  • Previous Release Version: N/A

Breaking Changes

OrchestratorServices

- #337 Added support for removal of server dependency

  • Previously the data and file to be processed must be present in the server on which the service is running. Now the services are downloading files from database and saving it on server, hence removing the server dependency.

- #463 Introducing Stream Versioning

  • Implementing stream versioning to retain stream data in the database when updates occur, rather than deleting the existing stream. The runcontrol service now differentiates between old and updated streams with the same streamid by using the as_on_date field.

ExecutorServices

- #418 Updated to support Stream Versioning

  • Updated the program to support the changes made from stream versioning.

UploadFiles

- #418 Updated to support Stream Versioning

  • Updated the program to support the changes made from stream versioning. A new input parameter called user_name has been introduced. This parameter is used to insert value into default maker and checker column in FileDef table.

ScenarioMigration

- #418 Updated to support Stream Versioning

  • It will migrate all versions of the same stream.

ScenarioChecker

- #418 Updated to support Stream Versioning

  • It will check scenarios of all versions of the same stream.

Autosys

- No Change

RuleHandler

- #357 New developed program

  • Newly developed Batch to fetch rules from Database.

Fixes

OrchestratorServices

- #511 Updated process summary

  • Updated process summary to support both paths with or without DHSettings and download the metadata in same order.

Deprecated Features

InterBatchDependency

- #469 Program deprecated

  • Program is deprecated as orchestrator supports batch-level dependency.

Program Details

#ProgramCurrent VersionBreakin ChangesChangesFixesDeprecated Features
1OrchestratorServices6.0.0Added support for removal of server dependency, Introducing Stream VersioningN/AUpdated process summaryN/A
2ExecutorServices6.0.0Updated to support Stream VersioningN/AN/AN/A
3UploadFiles6.0.0Updated to support Stream VersioningN/AN/AN/A
4ScenarioMigration6.0.0Updated to support Stream VersioningN/AN/AN/A
5ScenarioChecker6.0.0Updated to support Stream VersioningN/AN/AN/A
6Autosys6.0.0N/AN/AN/AN/A
7RuleHandler6.0.0New developed programN/AN/AN/A
8InterBatchDependency6.0.0N/AN/AN/AProgram deprecated